home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Windows Selection / Windows Selection 1.iso / Graphics / Multimedia Xplorer / solve_mci.txt < prev   
Encoding:
Text File  |  1997-11-25  |  7.1 KB  |  207 lines

  1. SOLVING MCI DRIVER PROBLEMS
  2. ===========================
  3.  
  4.  
  5. CONTENTS
  6. ========
  7.  
  8.     1. General Information
  9.     2. Missing Drivers
  10.     3. Invalid Drivers
  11.     4. Sample Working Configuration
  12.     5. ActiveMovie from Internet Explorer 4.0 Preview, problems
  13.  
  14.  
  15. 1. General Information
  16. ======================
  17.  
  18. This document briefly explains problems you may encounter while you trying 
  19. to use Multimedia Xplorer to view MOV, MPG videos or play SND, AIF, MP2 & 
  20. AU sounds.
  21.  
  22. MCI errors are usually MMSYSTEMxxx errors that you see in dialog box while 
  23. you trying to open mentioned file types. To make sure that the error is 
  24. caused by missing or invalid MCI drivers, try opening the same file in 
  25. Windows Media Player. If you see similar error message also while trying to 
  26. play the same file from Windows Media Player, it is not Multimedia Xplorer 
  27. error, but MCI problem.
  28.  
  29. There are usually 2 kinds of MCI driver problems:
  30.  
  31. 1) missing drivers for certain file type
  32. 2) wrong or invalid driver
  33.  
  34. If you have missing driver for specified file type, then you see message 
  35. similar to "Check the filename or install a driver that supports this type 
  36. of file". If you have some other driver problem, then you may see "The file 
  37. cannot be played on the specified MCI device. The file may be corrupt, or 
  38. not in the correct format" or something like "File not found". These second 
  39. kind of problems are caused by drivers that may not support some subtypes 
  40. of specified file, but play OK others. Such drivers you may get with 
  41. different plug-ins from the Internet. Problem is also that when you 
  42. install new software that has it's own MCI driver, it usually overwrites 
  43. settings for existing one and puts itself as default driver even if it is 
  44. not working properly with all files it supports.
  45.  
  46.  
  47. 2. Missing Drivers
  48. ==================
  49. If you have missing drivers, try downloading and installing Microsoft 
  50. ActiveMovie. It adds support for many widely used file types and Multimedia 
  51. Xplorer works well with it. You can download it from different locations 
  52. (file size is about 650 KB):
  53.  
  54. http://www.microsoft.com/msdownload/ieplatform/iewin95/11.htm
  55.     or
  56. http://www.moonsoftware.ee , from Multimedia Xplorer download area.
  57.  
  58. After downloading the amovie.exe file, run to install the drivers. 
  59. Be sure to restart Windows after installation.
  60.  
  61. NOTE! Some people have reported that they have problems installing 
  62. ActiveMovie in some systems. Setup fails with message that 
  63. "Cannot register ActiveMovie control". Currently I don't know the reason, 
  64. but if anyone has figured this out, please let me know.
  65.  
  66.  
  67. 3. Invalid Drivers
  68. ==================
  69. Sometimes you know you have installed ActiveMovie and certain types 
  70. still don't play. Or you have installed some software that overwrited your 
  71. working system. Then you must edit some of your system files by hand to 
  72. get your system working.
  73.  
  74. MCI configuration and file associations are situated still in WIN.INI and 
  75. SYSTEM.INI files even in Windows95. There are 2 sections of interest: 
  76. section [MCI] in SYSTEM.INI and section [MCI EXTENSIONS] in WIN.INI. 
  77. Both SYSTEM.INI and WIN.INI files are located in your Windows folder.
  78.  
  79. The [MCI] section in SYSTEM.INI contains all installed MCI drivers along 
  80. with their aliases. 
  81. Typical configuration may look like this (w/o comments):
  82.  
  83. [mci]
  84. waveaudio=mciwave.drv 3       //default driver for WAV 
  85. sequencer=mciseq.drv          //default driver for MID and RMI
  86. Mixer=MCIMIXER.DRV            //default mixer
  87. cdaudio=mcicda.drv            //default CD audio
  88. avivideo=mciavi.drv           //default AVI videos
  89. MPEGVideo=mciqtz.drv          //added ActiveMovie
  90.  
  91. Please note, that alias to ActiveMovie driver is "MPEGVideo". 
  92. Sometimes it may be also "ActiveMovie" or whatever.
  93.  
  94. Let's look now into [MCI EXTENSIONS] in WIN.INI. Typical configuration 
  95. with ActiveMovie installed may look like this (w/o comments):
  96.  
  97. [mci extensions]
  98. mid=Sequencer
  99. rmi=Sequencer
  100. wav=waveaudio
  101. avi=AVIVideo
  102. mov=MPEGVideo
  103. mpg=MPEGVideo
  104. mp2=MPEGVideo
  105. mpeg=MPEGVideo
  106. au=MPEGVideo
  107. snd=MPEGVideo
  108. aif=MPEGVideo
  109.  
  110. From above you see the file extension, and it's associated MCI driver by 
  111. alias (see above for aliases). If file type you want to play back is not 
  112. listed, you cannot play it. And this is the place you usually can turn 
  113. you non-working system into working one :-)
  114.  
  115. Now hands on! For example suppose you cannot play MOV files, but you 
  116. know you installed ActiveMovie and it must play back MOV. Then you must 
  117. find out this section and look for the row "MOV=". After "=" mark you 
  118. see the alias to currently associated driver. Suppose you read 
  119. "vmpegvid" there ("mov=vmpegvid"). Now you must go to SYSTEM.INI and 
  120. look the alias for ActiveMovie driver mciqtz.drv in [MCI] section. In 
  121. sample above it's called "MPEGVideo".
  122.  
  123. Now all you must do when you want to associate the MOV with ActiveMovie, 
  124. is writing your actual ActiveMovie driver alias ("MPEGVideo" in sample) 
  125. instead of your current one ("vmpegvid" in sample) into [MCI EXTENSIONS] 
  126. section in WIN.INI. But please back up your WIN.INI and SYSTEM.INI files 
  127. before making modifications.
  128.  
  129. AFTER MAKING CHANGES YOU MUST RESTART WINDOWS.
  130.  
  131. If this was the case, you should now be able to play specified file 
  132. format.
  133.  
  134.  
  135. 4. Sample Working Configuration
  136. ===============================
  137.  
  138. Below is a listing of configuration, where only ActiveMovie and Windows 
  139. default drivers for MID, RMI, WAV, AVI, CD-audio. If you have installed 
  140. ActiveMovie and something still doesn't work, then you can try the 
  141. following configuration. Please note that the fragments listed are not 
  142. entire contents of these files, but only sections of interest.
  143.  
  144. Fragment of WIN.INI in your Windows folder (typically c:\windows):
  145.  
  146. [mci extensions]
  147. mid=Sequencer
  148. rmi=Sequencer
  149. wav=waveaudio
  150. avi=AVIVideo
  151. M3D=AVIVideo
  152. CMR=AVIVideo
  153. PRP=AVIVideo
  154. LIT=AVIVideo
  155. CAM=AVIVideo
  156. mov=MPEGVideo
  157. qt=MPEGVideo
  158. dat=MPEGVideo
  159. mpg=MPEGVideo
  160. mpa=MPEGVideo
  161. mpv=MPEGVideo
  162. enc=MPEGVideo
  163. m1v=MPEGVideo
  164. mp2=MPEGVideo
  165. mpe=MPEGVideo
  166. mpeg=MPEGVideo
  167. mpm=MPEGVideo
  168. au=MPEGVideo
  169. snd=MPEGVideo
  170. aif=MPEGVideo
  171. aiff=MPEGVideo
  172. aifc=MPEGVideo
  173.  
  174. Fragment of SYSTEM.INI in your Windows folder (typically c:\windows):
  175.  
  176. [mci]
  177. waveaudio=mciwave.drv 3
  178. sequencer=mciseq.drv
  179. Mixer=MCIMIXER.DRV
  180. cdaudio=mcicda.drv
  181. avivideo=mciavi.drv
  182. MPEGVideo=mciqtz.drv
  183.  
  184.  
  185. Please back up your original WIN.INI and SYSTEM.INI files before making 
  186. modifications to them!
  187.  
  188.  
  189. 5. ActiveMovie from Internet Explorer 4.0 Preview, problems
  190. ===========================================================
  191.  
  192. The Internet Explorer 4.0 Platform Preview doesn't include ActiveMovie
  193. MCI drivers, so you cannot use this not ready version as your MCI
  194. drivers source. You must use ActiveMovie 1.0 until newer release
  195. is complete. You can play files by clicking tham in Explorer or using 
  196. ActiveMovie control, but you cannot play them using MediaPlayer or 
  197. Multimedia Xplorer.
  198.  
  199. If you cannot fix your problem with this document, please paste your 
  200. system/MCI configutation information to your mail message and send it 
  201. to me. You can copy it to clipboard by
  202. Help -> Support -> Copy System Information menu item or Multimedia
  203. Xplorer.
  204.  
  205.  
  206.  
  207.